'宣言 Function ReplaceAsync( _ ByVal index As System.Integer, _ ByVal item As T, _ Optional ByVal cancellationToken As System.Threading.CancellationToken _ ) As System.Threading.Tasks.Task(Of Integer)
System.Threading.Tasks.Task<int> ReplaceAsync( System.int index, T item, System.Threading.CancellationToken cancellationToken )
パラメータ
- index
- The index.
- item
- The item.
- cancellationToken
- The cancellation token.